home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
WINDOWS
/
PWR14K.ARJ
/
READP05.COM
< prev
next >
Wrap
Text File
|
1992-01-09
|
1KB
|
23 lines
╛┤¼ê┬■╚t═!δ⌡├
V1.4e * Added ability to escape from routine which prompts user for valid input
source file name if none is given or an error is detected.
* Characters which are not on the keyboard may be defined using the
decimal value of the character ie "Variable Enter,2,#17#217"
* Added the ability to define color changes within a stream of text. The
trigger character is Ctrl-A and this is followed by the THREE digit
color attribute. Ctrl-A may usually be generated in your editor by
pressing Alt-1 (the 1 on the keypad). These colors may be imbedded in
variables or literals. (@=Ctrl-A for the example).
Variable CmdLine,75,"@112F@007ile @112T@oo7ext..."
WriteAt 5,3,"@112F@007ile @112T@007ext..."
* Fixed bug in stdout redirection. Previously only > nul was correct.
V1.4f * Corrected bug in parser which was not properly handling lines of source
that were empty.
* Added +D2 switch to insure DOS 2.0 compatability.
V1.4g * Corrected incompatability with DOS 4.01 with share active.
* Made CD a synonym of CHDIR.
* Deleted POWERBAT.ERR if no errors and no map
* Opened output .EXE with filemode=readonly. Some virus checkers were
reporting possible virus because of open with read/write on .EXE file.
* Deletes POWERBAT.ERR if no errors and no map.